home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / utils / move120.arj / MOVE.TXT < prev    next >
Text File  |  1993-07-28  |  2KB  |  61 lines

  1. MOVE version 1.20 Updated 7/28/93.
  2. C/C++ source code created and compiled by Andrew Hardej.
  3.  
  4.  
  5. MOVE.EXE redirects or moves user specified files from one directory
  6.          to another directory (from origin to destination).
  7.  
  8. Example: To move a file called  name.exe  from the c:\dir1 on your
  9.          hard disk to  another directory named c:\dir2.
  10.  
  11. Syntax: move c:\dir1\name.exe c:\dir2
  12.  
  13. Note: The program supports wildcard *.* filename parameters.
  14.  
  15. Example: To move all executable files from the c:\dir1 on your
  16.          hard disk to another named c:\dir2.
  17.  
  18. Syntax: move c:\dir1\*.exe c:\dir2
  19.  
  20. Note: Or if you are already in the c:\dir1 directory (c:\dir1>)
  21.  
  22.       move *.* c:\dir2
  23.  
  24. MOVE v1.20 replaces MOVE v1.10.
  25.  
  26. This has been a maintenance release. Among the modifications are
  27. screen output changes and additional error checking routines.
  28. The coding of the program is no longer in straight C, but
  29. instead has been rewritten in a mix of C and C++ which I refer
  30. to as hybrid C.
  31.  
  32. Authentication: A control checksum of MOVE.EXE will produce the
  33.                 following results.
  34.  
  35.                 MOVE.EXE   16994   7-28-93   12:53p
  36.  
  37.                 CRC-16 for move.exe = C2E4
  38.                 ARC-style CRC for move.exe = E4C2
  39.                 CCITT for move.exe = 1843
  40.  
  41.  
  42. If you find MOVE useful, I ask that you register the program.
  43. See the file REGISTER.TXT to comply.
  44.  
  45. MOVE.EXE can be distributed freely provided that the following
  46. 4 files are distributed together:
  47.  
  48.                          MOVE.EXE     16994  7-28-93 12:53p
  49.                          MOVE.TXT      1929  7-28-93 12:53p
  50.                          REGISTER.TXT  3471  7-28-93 12:53p
  51.                          FILE_ID.DIZ    311  7-28-93 12:53p
  52.  
  53.  
  54. Author: For comments and suggestions,  Andrew Hardej can be reached
  55.  
  56. via e-Mail on The BOSS BBS  Tel: (201) 568-7286.
  57.  
  58.  
  59. End of file:
  60.  
  61.